home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip Kasım 2001.iso / prog / cdcode / bpaint / resource / strings_fr / dialogs / P_PAINTTOOL_POLYGONSHAPE.str < prev    next >
Encoding:
Text File  |  2001-02-06  |  512 b   |  27 lines

  1. // C4D-DialogResource
  2.  
  3. DIALOGSTRINGS P_PAINTTOOL_POLYGONSHAPE
  4. {
  5.     TITLE "Outil forme polygonale";
  6.     TAA "Anti-aliasing";
  7.     TTOLERANCE "Contour progressif";
  8.  
  9.     TSHAPE "Shape";
  10.         TCIRCLE   "Cercle";
  11.         TRECT     "Rectangle";
  12.         T4SIDE    "4-c⌠tΘs";    
  13.         TNSIDE    "n-c⌠tΘs";
  14.         TSTAR     "Etoile";
  15.         TCOG      "Roue dentΘe";
  16.         TFLOWER   "Fleur";
  17.         TPROFILE  "Profil";
  18.  
  19.     THANDLE "Handle";
  20.         TRECTH    "Boite";
  21.         TDIAMETER "DiamΦtre";
  22.         TMIDPOINT "Centre";
  23.  
  24.     TPPP "Edit...";
  25.     TOUTLINE "Contour";    
  26. }
  27.